Posts

Post not yet marked as solved
2 Replies
It is a question. Moving from xcode 11 to 12.0.1 now causes a bunch of warnings. Asking if anyone has any ideas how to fix the warnings related to ... no longer supported; and warning: ignoring invalid debug...
Post marked as solved
10 Replies
Solved by adding arm64 to Excluded Architectures (EXCLUDED_ARCHS) in the Project settings. Looks like we need to do this until the pod in question supports arm64.
Post not yet marked as solved
1 Replies
Would check out the WWDC video at 7:30 for a companion app that can optionally run independently.https://developer.apple.com/videos/play/wwdc2019/208/Basically, in the watchkit extension target, just select 'Supports Running Without iOS App Installation'. This should set the info.plist parameters properly.If your watch app might need to communicate with the iPhone also (even though you also want it to run independently), then you should create the watch app by starting with 'iOS App With Watch App' template.If your watch app will not need to communicate with the iPhone at all, then use the 'App' template for a truly independent watch app.