xcode

Could not build module 'nanopb' error in Xcode 12.0.1

纵饮孤独 提交于 2021-01-21 05:12:45
问题 I upgraded my Xcode to 12. Everything was working perfectly and all of a sudden I kept getting bellow error message (Image below) SO link have tried using to solve this issue SO Link What I've done so far Cleaned Build Folder Restarted Xcode Updated Cocoapods Deleted DerivedData Cleared pod cache Deleted pods directory and file and reinstall None of them worked and its getting frustrating. Pod file 回答1: All I did was to follow the instruction(see image below) and it got fixed. Source here 回答2

Xcode 11.3.1 Failed to load Info.plist from bundle at path

纵饮孤独 提交于 2021-01-20 19:52:43
问题 I have React Native project which stops working after Xcode upgrade to version 11.3.1. The error is following Could not install at this time. Failed to load Info.plist from bundle at path /Users/dmytro/Library/Developer/CoreSimulator/Devices/F0BD5650-04A4-4534-B3F6-56B74ED1B0C2/data/Library/Caches/com.apple.mobile.installd.staging/temp.aRWRdh/extracted/Target.app/Frameworks/RCTVibration.framework; Extra info about plist: ACL=<not found and details Details This app could not be installed at

How do I access images (for document icons) in an asset catalog in the Xcode 5 product preference editor

 ̄綄美尐妖づ 提交于 2021-01-20 19:16:15
问题 I think I'm literally on the last step before submitting a new Mac app, and I've been banging my head against a wall for the past few hours on what I think should be really, really easy. I've designed document icons for the two different types of icons my app creates and works with. I created a new "Icon" in Images.xcassets, and dropped the appropriate files into the drop zones. In the product editor -> Info, I go to where the document type information is, but when I try to enter in the icon

How do I access images (for document icons) in an asset catalog in the Xcode 5 product preference editor

三世轮回 提交于 2021-01-20 19:14:28
问题 I think I'm literally on the last step before submitting a new Mac app, and I've been banging my head against a wall for the past few hours on what I think should be really, really easy. I've designed document icons for the two different types of icons my app creates and works with. I created a new "Icon" in Images.xcassets, and dropped the appropriate files into the drop zones. In the product editor -> Info, I go to where the document type information is, but when I try to enter in the icon

How do I access images (for document icons) in an asset catalog in the Xcode 5 product preference editor

拜拜、爱过 提交于 2021-01-20 19:12:36
问题 I think I'm literally on the last step before submitting a new Mac app, and I've been banging my head against a wall for the past few hours on what I think should be really, really easy. I've designed document icons for the two different types of icons my app creates and works with. I created a new "Icon" in Images.xcassets, and dropped the appropriate files into the drop zones. In the product editor -> Info, I go to where the document type information is, but when I try to enter in the icon

Xcodebuild - Skip Finished requesting crash reports. Continuing with testing

廉价感情. 提交于 2021-01-20 18:57:40
问题 I'm running a CI machine with the Xcode. The tests are triggered using fastlane gym . I see this line in the output: 2019-05-27 16:04:28.417 xcodebuild[54605:1482269] [MT] IDETestOperationsObserverDebug: (A72DBEA3-D13E-487E-9D04-5600243FF617) Finished requesting crash reports. Continuing with testing. This operation takes some time (about a minute) to complete. As far, as I understand, the Xcode requests crash reports from Apple to show in the "Organizer" window. Since this is a CI machine,

Software caused connection abort. Error returned in reply:Connection invalid

喜你入骨 提交于 2021-01-20 18:53:42
问题 My Xcode 9 gives the message to which I don't know how to respond. I want to run the app to my simulator, and I am getting this weird message. Attaching the snapshot for the same. 回答1: If you are using two versions of Xcode, remove one or quit all Xcode and simulators. Go to preferences and Set proper version for command line tools click on Derived Data, go to Derived data and delete that folder or simply use rm -rf ~/Library/Developer/Xcode/DerivedData Click on Simulator reset content

Software caused connection abort. Error returned in reply:Connection invalid

落爺英雄遲暮 提交于 2021-01-20 18:52:11
问题 My Xcode 9 gives the message to which I don't know how to respond. I want to run the app to my simulator, and I am getting this weird message. Attaching the snapshot for the same. 回答1: If you are using two versions of Xcode, remove one or quit all Xcode and simulators. Go to preferences and Set proper version for command line tools click on Derived Data, go to Derived data and delete that folder or simply use rm -rf ~/Library/Developer/Xcode/DerivedData Click on Simulator reset content

Tons of errors due to set arm64 in Excluded Architectures in iOS 14.2 simulators

喜夏-厌秋 提交于 2021-01-20 18:16:07
问题 first of all disclaimer : I'm using Mac Mini with Apple Silicon M1. I have set arm64 in Excluded Architectures due to the known error in Xcode 12: The linked framework 'XXXXXX' is missing one or more architectures required by this target: arm64. Since I changed that the simulator's console (only in iOS 14) prints tons of errors when started, regarding wrong hash simulator: [db] LSSchemaConfigureForStore failed with error Error Domain=NSOSStatusErrorDomain Code=-10817 "(null)" UserInfo={

Tons of errors due to set arm64 in Excluded Architectures in iOS 14.2 simulators

百般思念 提交于 2021-01-20 18:14:24
问题 first of all disclaimer : I'm using Mac Mini with Apple Silicon M1. I have set arm64 in Excluded Architectures due to the known error in Xcode 12: The linked framework 'XXXXXX' is missing one or more architectures required by this target: arm64. Since I changed that the simulator's console (only in iOS 14) prints tons of errors when started, regarding wrong hash simulator: [db] LSSchemaConfigureForStore failed with error Error Domain=NSOSStatusErrorDomain Code=-10817 "(null)" UserInfo={