Posts

Post not yet marked as solved
2 Replies
1.1k Views
Upon updating to Xcode 14.0, then selecting the Editor > Validate Settings, a resulting dialog with a single item for WatchKit is displayed. The item is to upgrade existing Watch and Watch Extension targets to a single-target watch app. When I hit the button Perform Changes, Xcode instantly crashes. Is this happening to anyone else? The problem report contains ... Exception Type: EXC_BAD_INSTRUCTION (SIGILL) Exception Codes: 0x0000000000000001, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY Termination Reason: Namespace SIGNAL, Code 4 Illegal instruction: 4 Terminating Process: exc handler [27932] Application Specific Information: com.apple.main-thread Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 Xcode3UI 0x131df0e98 Xcode3UpgradeWatchKitExtensionlessUpgradeTask.upgrade() + 14392 1 Xcode3UI 0x131df191b @objc Xcode3UpgradeWatchKitExtensionlessUpgradeTask.upgrade() + 27 2 IDEKit 0x10be7ffa5 __49-[IDEUpgradeTaskWindowController performChanges:]_block_invoke + 483
Posted
by tache.
Last updated
.
Post not yet marked as solved
9 Replies
4.9k Views
Hello:My app's entire production public database was cleared. All user data is gone. I do not see how that could have happened. But it looks to have happened this morning at around 5 AM GMT.Has anyone experienced this before?
Posted
by tache.
Last updated
.
Post not yet marked as solved
4 Replies
2.5k Views
Hello - My project uses CocoaPods so I was happy to see the support in the docs - However, I cannot install CocoaPods with the ci_post_clone.sh script, following the example in the docs ... #!/bin/sh # Install CocoaPods using Homebrew. brew install cocoapods # Install dependencies you manage with CocoaPods. pod install Resulting error is ... 2021-07-02T05:55:06.436073Z ERROR: Error installing cocoapods-1.10.1.gem: 2021-07-02T05:55:06.436460Z ERROR: Failed to build gem native extension. 2021-07-02T05:55:06.436635Z 2021-07-02T05:55:06.437286Z current directory: /Users/local/Homebrew/Cellar/cocoapods/1.10.1_1/libexec/gems/ffi-1.15.3/ext/ffi_c 2021-07-02T05:55:06.437609Z /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/bin/ruby -I /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0 -r ./siteconf20210701-87609-15s4rbx.rb extconf.rb 2021-07-02T05:55:06.437754Z *** extconf.rb failed *** 2021-07-02T05:55:06.438075Z Could not create Makefile due to some reason, probably lack of necessary 2021-07-02T05:55:06.438198Z libraries and/or headers. Check the mkmf.log file for more details. You may 2021-07-02T05:55:06.438509Z need configuration options. Also - there seems to be no way to get the build logs from the environment - and they are not includ with environment. You cannot cat them in the script, since it seems as soon as the brew build fails, the file is erased. For example, the following log is accessible with a cat of the file name. 2021-07-02T05:55:06.448577Z To see why this extension failed to compile, please check the mkmf.log which can be found here: 2021-07-02T05:55:06.448981Z 2021-07-02T05:55:06.449412Z /Users/local/Homebrew/Cellar/cocoapods/1.10.1_1/libexec/extensions/universal-darwin-20/2.6.0/ffi-1.15.3/mkmf.log Thanks.
Posted
by tache.
Last updated
.