【彙總】iOS開發及Xcode使用中遇到的一些報錯問題彙總

這裏整合下在開發過程當中遇到過的一些報錯問題和解決辦法:(今天開始逐漸增長)
 
Xcode編譯錯誤集錦:http://www.cnblogs.com/ios-wmm/p/3402261.html
 
一、問題名:...... has been modified since the precompiled header was built
相關鏈接地址:http://www.cnblogs.com/ios-wmm/p/3272070.html
 
二、問題名:Terminating app due to uncaught exception 'NSInvalidUnarchiveOperationException', reason: 'Could not instantiate class named NSLayoutConstraint'
連接:http://www.cnblogs.com/ios-wmm/p/3307427.html
 
三、問題描述:
Code Sign error: No matching provisioning profile found: Your build settings specify a provisioning profile with the UUID 「XXXX」, however, no such provisioning profile was found.
CodeSign error: code signing is required for product type 'Application' in SDK 'iOS 7.0'
 連接:http://www.cnblogs.com/ios-wmm/p/3360750.html
 
四、Xcode工程使用CocoaPods管理第三方庫新建工程時出現錯誤
問題描述:
1)diff: /../Podfile.lock: No such file or directory diff: /Manifest.lock: No such file or directory error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.
(2)/Users/wmm-mac/Documents/Program-SVN/Versions/code/iPhone/GeneralProject/Pods/Pods-resources.sh: line 5: /Users/wmm-mac/Documents/Program-SVN/Versions/code/iPhone/GeneralProject/Pods/resources-to-copy-GeneralProject.txt: Permission denied
連接:http://www.cnblogs.com/ios-wmm/p/3360958.html
 
 五、iOS工程集成支付寶錯誤Undefined symbols for architecture armv7
問題描述:
Undefined symbols for architecture armv7:
  "CreateRSADataVerifier(NSString*)", referenced from:
      -[AppDelegate parseURL:application:] in AppDelegate.o
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
連接:http://www.cnblogs.com/ios-wmm/p/3362961.html
 
 六、使用Xcode6.1.1打包出現Your account already has a valid iOS Distribution certificate問題
連接:http://www.cnblogs.com/ios-wmm/p/4271904.html
相關文章
相關標籤/搜索