Posts

Post marked as solved
4 Replies
2.3k Views
I wrote an app in SwiftUI last year and it's on the App Store. I am working on it in XCode 12 for iOS 14. When I pass a string to a View in .sheet, the String won't get passed. It worked in SwiftUI 1.0, but now doesn't in SwiftUI 2.0. I tested this by printing the variable right before passing to the view and it shows but doesn't print when the new view is opened in .sheet. Anyone having this issue? Running XCode 12 Beta 6 & iOS 14 Beta 7
Posted
by phspman.
Last updated
.
Post not yet marked as solved
1 Replies
1k Views
Invalid Bundle. Apps that have 'arm64' in the list of UIRequiredDeviceCapabilities in Info.plist must only contain the arm64 slice.I'm having a frustrating time with getting a simple iMessage Only App into the App Store. I'm using XCode 9 Beta 5. Whenever I Validate or Upload to App Store I always get this error. I've changed the Required Device Capabilities keys to just arm64. I've even added it to the iMessage Extension Info.plist. Then set my Architectures and Valid Architectures to just arm64 on the project and both Targets. I've tried what other's have done from different posts, still nothing. Spent hours and hours trying all different combinations. I've re-built the app 3 times in the beta XCode 9 and XCode 8.
Posted
by phspman.
Last updated
.