Deep_Lee
article thumbnail
[WatchOS] TestFlight(๋ฐฐํฌ) ํ•  ๋•Œ ๋งŒ๋‚ฌ๋˜ identifier ํ†ต์ผ ๋ฌธ์ œ
๐ŸŽ iOS/WatchOS 2024. 9. 8. 19:26

๐Ÿ“š ์ตœ๊ทผ์—, iOS ๋ฐ Wat chOS ์•ฑ์„ TestFlight ์˜ฌ๋ฆด ๋•Œ ๋งŒ๋‚ฌ๋˜identifier ํ†ต์ผ ๋ฌธ์ œ ์ปดํŒฉํŠธํ•˜๊ฒŒ ์จ์„œ ๋‚จ๊ฒจ๋ณด์ž ํ•ฉ๋‹ˆ๋‹ค.. TestFlight ์•„์นด์ด๋ธŒ์‹œ ๋งŒ๋‚ฌ๋˜ ์—๋Ÿฌ ๋ฉ”์„ธ์ง€ Invalid WKCompanionAppBundleIdentifier. The Info.plist of Apple Watch application 'DancingMarker.app/Watch/WatchDancingMarker Watch App.app' contains a WKCompanionAppBundleIdentifier value 'test.DancingMarker' that does not match the parent application's CFBundleIdentifier 'com.test.Danc..

article thumbnail
[WatchOS][SwiftUI] NavigationLink - PlainButtonStyle()
๐ŸŽ iOS/WatchOS 2024. 7. 7. 16:28

๐Ÿ“š WatchOS - SwiftUINavigationLink - PlainButtonStyle๋กœ ๋ฒ„ํŠผ์˜ ์‹œ๊ฐ์  ์š”์†Œ ์ ์šฉ X  PlainButtonStyle()๋ชจ๋“  OS์—์„œ ๊ณตํ†ต์œผ๋กœ ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ๋Š” ๋ฒ„ํŠผ ์Šคํƒ€์ผ๋กœ, ์œ ํœด ์ƒํƒœ(IDLE)์—์„œ๋Š” ๋ฒ„ํŠผ์˜ ์ฝ˜ํ…์ธ ์— ์–ด๋– ํ•œ ์‹œ์ž‘์  ์š”์†Œ๋„ ์ ์šฉํ•˜์ง€ ์•Š์Œ  WatchOS๋ฅผ ๊ฐœ๋ฐœํ•˜๋˜์ค‘VGrid์•ˆ์— ForEach๋ฌธ์œผ๋กœ ๋ฐ์ดํ„ฐ๋“ค์˜ List๋ฅผ ๋ณด์—ฌ์ฃผ๊ณ ,๊ฐ Cell๋“ค์„ NavigationLink๋กœ ์—ฐ๊ฒฐ์‹œ์ผœ์ฃผ๋Š” ์ž‘์—…์„ ํ–ˆ๋‹ค. ๋จผ์ € CellView๋ฅผ ๊ทธ๋ฆฌ๋Š” ์ž‘์—…์„ ๋จผ์ € ํ–ˆ๊ณ , ์ดํ›„ NavigationLink๋กœ DetailView๋กœ ๋„˜์–ด๊ฐ€๊ฒŒ ์ˆ˜์ •ํ•˜์˜€๋‹ค.import SwiftUIstruct WatchMarkerListView: View { let tempData = [..