Coding: Https://coding.net/u/coding/p/Coding-iOS/gitGithub Source: Https://github.com/Coding/Coding-iOS Coding on: HTTPS ://coding.net/u/coding/p/coding-ipad/gitgithub Source: Https://github.com/Coding/Coding-iPad First question: diff:/. /podfile.lock:no such file or directory
diff:/manifest.lock:no Such file or directoryerror:the sandbox is not in sync with the Podfile.lock. Run ' pod install ' or update your CocoaPods installation. Workaround: Pod Install
[!] CocoaPods do not set the base configuration of your project because your project already have a custom config set. In order for CocoaPods integration to work at all, please either set the base configurations of the target ' Coding_ios ' to ' Pods/target support Files/pods-coding_ios/pods-coding_ios.debug.xcconfig ' or include the ' Pods/target support files/ Pods-coding_ios/pods-coding_ios.debug.xcconfig ' in your build configuration.
[!] CocoaPods do not set the base configuration of your project because your project already have a custom config set. In order for CocoaPods integration to work at all, please either set the base configurations of the target ' Coding_ios ' to ' Pods/target support Files/pods-coding_ios/pods-coding_ios.release.xcconfig ' or include the ' Pods/target support Files /pods-coding_ios/pods-coding_ios.release.xcconfig ' in your build configuration.Cocoapods The warning solution encountered:Then: Pod Install 2. Ld:library not found For-lpodsclang:error:linker command failed with exit code 1 (use-v to see invocation) Workaround: Years, Because the first encounter this problem, at most that is to say ld:library not found for-lxxx such as missing third-party library, this time the problem is missing pods, on-line methods are basically used, but no use. Accidentally see StackOverflow above a description of the solution to the problem, although not very matching my problem, but I found my project corresponding to the location, and did the LIBPODS.A directly delete the operation, incredibly problem solved. In any case, the problem is solved, also is a method, in the future encounter similar problems, you can also refer to.
Coding problems encountered during the compilation of the connection and how to resolve them (IOS)