Post

Replies

Boosts

Views

Activity

Reply to How to apple for CarPlay entitlement certificate correctly ?
Focus on building and finishing the app. Worry about entitlement approval later. Once it works on car play and before rushing to release and getting the entitlement, open a beta testing period via testflight and get real-world feedback before going to the store. Did you log into the developer portal to see if the entitlements where added to the app id? https://developer.apple.com/documentation/carplay/requesting_carplay_entitlements
Topic: App & System Services SubTopic: General Tags:
Mar ’23
Reply to i updated my xcode from 13 to 14 and i'm getting 0__abort_with_payload error
Read the release notes for Xcode, iOS and macOS on what's in and what's out (WIWO)
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Mar ’23
Reply to i updated my xcode from 13 to 14 and i'm getting 0__abort_with_payload error
Read the release notes for Xcode, iOS and macOS on what's in and what's out (WIWO)
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Mar ’23
Reply to How to apple for CarPlay entitlement certificate correctly ?
Focus on building and finishing the app. Worry about entitlement approval later. Once it works on car play and before rushing to release and getting the entitlement, open a beta testing period via testflight and get real-world feedback before going to the store. Did you log into the developer portal to see if the entitlements where added to the app id? https://developer.apple.com/documentation/carplay/requesting_carplay_entitlements
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’23
Reply to this SDK is not supported by the compiler (the SDK is built with 'Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51)', while this compiler is 'Apple Swift version 5.7.2 (swiftlang-5.7.2.135.5 clang-1400.0.29.51)'). Please select a t
Because you need to recompile the xcframework with the same version of Xcode swift 5.7.2. If you own the source make the swift package a source package and not a binary package.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Mar ’23
Reply to A valid copy of xcode cannot be found
Visual Studio is a Microsoft product: Please go to Microsoft for all questions related to their products https://visualstudio.microsoft.com/vs/support/mac/
Replies
Boosts
Views
Activity
Mar ’23
Reply to SimpleAudioDriver sample, cannot install dext
https://developer.apple.com/contact/request/system-extension/
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
Mar ’23
Reply to React-native iOS crash on startup
You have been told several times to please post this to the GitHub react native site as you will not get help here on react native.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Mar ’23
Reply to [SwiftUI] Not able to customize font size on label of MenuBarExtra
Because you can't. This something is managed by the user directly and the OS.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Mar ’23
Reply to How to detect screen size in CarPlay?
You can try UIScreen.main.applicationFrame in the didConnect template scene delegates but that might be the screen size for the iPhone or iPad.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Mar ’23
Reply to The compiler is unable to type-check this expression in reasonable time in Xcode 12 with SwiftUI Error in SwiftUI
Replace var width = UIScreen.main.bounds.width with SwiftUI geometry API calls.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Mar ’23
Reply to How save NFC tag on on iphone then use it
Goto the Segway company website for support!
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’23
Reply to Cannot Open MySQL Workbench on Mac mini 2023 M2 Pro
Was Rosetta installed? Also please go to the MySQL support site as this is not an Apple product nor related to Apple Development.
Replies
Boosts
Views
Activity
Mar ’23
Reply to Product unavailable unity ios
Upgrade to the latest Unity 2022.2.10f1 but this is not a unity forum. Please post your question over at the unity support forums.
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Mar ’23
Reply to requestTrackingAuthorization(completionHandler:) type method in React Native app - app rejecetd by App Review several times
Just code in native swift and forget the React nonsense. You will benefit more from it than being gated by a 3rd tool to which you don't know what they have done in their frameworks.
Replies
Boosts
Views
Activity
Mar ’23
Reply to Xcode 14: WatchKit App doesn't contain any WatchKit Extensions
Yes, the format has changed. See the WWDC videos on this.
Replies
Boosts
Views
Activity
Mar ’23