[ad_1]
Asked
Viewed
6 times
I’m trying to solve my iOS build problem that I just want to build for testing.
first I got this error message.
no bundle url present make sure you’re running a packager server or have included a .jsbundle
so I just added this code in info.plist
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
<key>NSExceptionDomains</key>
<dict>
<key>localhost</key>
<dict>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
<true/>
</dict>
</dict>
</dict>
and then I got a lot of error messages
note: Using new build system
note: Building targets in parallel
note: Planning build
note: Analyzing workspace
note: Using build description from disk
note: Build preparation complete
PhaseScriptExecution Start Packager /Users/hong-/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Intermediates.noindex/EasyHelp.build/Debug-iphonesimulator/EasyHelp.build/Script-FD10A7F022414F080027D42C.sh (in target 'EasyHelp' from project 'EasyHelp')
cd /Users/hong/Desktop/EasyHelp/ios
/bin/sh -c /Users/hong-/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Intermediates.noindex/EasyHelp.build/Debug-iphonesimulator/EasyHelp.build/Script-FD10A7F022414F080027D42C.sh
Connection to localhost port 8081 [tcp/sunproxyadmin] succeeded!
Ld /Users/hong/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Products/Debug-iphonesimulator/EasyHelp.app/EasyHelp normal (in target 'EasyHelp' from project 'EasyHelp')
cd /Users/hong/Desktop/EasyHelp/ios
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -target x86_64-apple-ios10.0-simulator -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.5.sdk -L/Users/hong/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Products/Debug-iphonesimulator -L/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator -L/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift-5.0/iphonesimulator -L/Users/hong/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Products/Debug-iphonesimulator/CocoaAsyncSocket -L/Users/hong/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Products/Debug-iphonesimulator/DoubleConversion -L/Users/hong/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Products/Debug-iphonesimulator/FBReactNativeSpec -L/Users/hong/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Products/Debug-iphonesimulator/FirebaseCore -L/Users/hong/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Products/Debug-iphonesimulator/FirebaseCoreDiagnostics -L/Users/hong/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Products/Debug-iphonesimulator/FirebaseInstallations -L/Users/hong/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Products/Debug-iphonesimulator/FirebaseMessaging -L/Users/hong
/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Products/Debug-iphonesimulator/FirebaseStorage -L/Users/hong-gilseong/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Products/Debug-iphonesimulator/Flipper -L/Users/hong-gilseong/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Products/Debug-iphonesimulator/Flipper-DoubleConversion -L/Users/hong-gilseong/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Products/Debug-iphonesimulator/Flipper-Folly -L/Users/hong-gilseong/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Products/Debug-iphonesimulator/Flipper-Glog -L/Users/hong-gilseong/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Products/Debug-iphonesimulator/Flipper-PeerTalk -L/Users/hong-gilseong/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Products/Debug-iphonesimulator/Flipper-RSocket -L/Users/hong-gilseong/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Products/Debug-iphonesimulator/FlipperKit -L/Users/hong-gilseong/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Products/Debug-iphonesimulator/GTMSessionFetcher -L/Users/hong-gilseong/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Products/Debug-iphonesimulator/GoogleDataTransport -L/Users/hong-gilseong/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Products/Debug-iphonesimulator/GoogleUtilities -L/Users/hong-gilseong/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Products/Debug-iphonesimulator/PromisesObjC -L/Users/hong-gilseong/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Products/Debug-iphonesimulator/RCT-Folly -L/Users/hong-gilseong/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Products/Debug-iphonesimulator/RCTTypeSafety -L/Users/hong-gilseong/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Products/Debug-iphonesimulator/RNCAsyncStorage -L/Users/hong-gilseong/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Products/Debug-iphonesimulator/RNCCheckbox -L/Users/hong-gilseong/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Products/Debug-iphonesimulator/RNCMaskedView -L/Users/hong-gilseong/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Products/Debug-iphonesimulator/RNCPicker -L/Users/hong-gilseong/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Products/Debug-iphonesimulator/RNCPushNotificationIOS -L/Users/hong-gilseong/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Products/Debug-iphonesimulator/RNDeviceInfo -L/Users/hong-gilseong/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Products/Debug-iphonesimulator/RNFBApp -L/Users/hong-gilseong/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Products/Debug-iphonesimulator/RNFBMessaging -L/Users/hong-gilseong/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Products/Debug-iphonesimulator/RNFBStorage -L/Users/hong-gilseong/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Products/Debug-iphonesimulator/RNGestureHandler -L/Users/hong-gilseong/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Products/Debug-iphonesimulator/RNImageCropPicker -L/Users/hong-gilseong/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Products/Debug-iphonesimulator/RNReanimated -L/Users/hong-gilseong/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Products/Debug-iphonesimulator/RNSVG -L/Users/hong-gilseong/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Products/Debug-iphonesimulator/RNScreens -L/Users/hong-gilseong/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Products/Debug-iphonesimulator/RNVectorIcons -L/Users/hong-gilseong/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Products/Debug-iphonesimulator/React-Core -L/Users/hong-gilseong/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Products/Debug-iphonesimulator/React-CoreModules -L/Users/hong-gilseong/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Products/Debug-iphonesimulator/React-RCTAnimation -L/Users/hong-gilseong/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Products/Debug-iphonesimulator/React-RCTBlob -L/Users/hong-gilseong/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Products/Debug-iphonesimulator/React-RCTImage -L/Users/hong-gilseong/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Products/Debug-iphonesimulator/React-RCTLinking -L/Users/hong-gilseong/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Products/Debug-iphonesimulator/React-RCTNetwork -L/Users/hong-gilseong/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Products/Debug-iphonesimulator/React-RCTSettings -L/Users/hong-gilseong/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Products/Debug-iphonesimulator/React-RCTText -L/Users/hong-gilseong/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Products/Debug-iphonesimulator/React-RCTVibration -L/Users/hong-gilseong/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Products/Debug-iphonesimulator/React-cxxreact -L/Users/hong-gilseong/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Products/Debug-iphonesimulator/React-jsi -L/Users/hong-gilseong/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Products/Debug-iphonesimulator/React-jsiexecutor -L/Users/hong-gilseong/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Products/Debug-iphonesimulator/React-jsinspector -L/Users/hong-gilseong/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Products/Debug-iphonesimulator/React-perflogger -L/Users/hong-gilseong/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Products/Debug-iphonesimulator/ReactCommon -L/Users/hong-gilseong/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Products/Debug-iphonesimulator/TOCropViewController -L/Users/hong-gilseong/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Products/Debug-iphonesimulator/Yoga -L/Users/hong-gilseong/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Products/Debug-iphonesimulator/YogaKit -L/Users/hong-gilseong/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Products/Debug-iphonesimulator/glog -L/Users/hong-gilseong/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Products/Debug-iphonesimulator/libevent -L/Users/hong-gilseong/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Products/Debug-iphonesimulator/nanopb -L/Users/hong-gilseong/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Products/Debug-iphonesimulator/react-native-mail -L/Users/hong-gilseong/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Products/Debug-iphonesimulator/react-native-safe-area-context -F/Users/hong-gilseong/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Products/Debug-iphonesimulator -F/Users/hong-gilseong/Desktop/EasyHelp/ios/Pods/OpenSSL-Universal/Frameworks -F/Users/hong-gilseong/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Products/Debug-iphonesimulator/XCFrameworkIntermediates/OpenSSL -filelist /Users/hong-gilseong/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Intermediates.noindex/EasyHelp.build/Debug-iphonesimulator/EasyHelp.build/Objects-normal/x86_64/EasyHelp.LinkFileList -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker @executable_path/Frameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/hong-gilseong/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Intermediates.noindex/EasyHelp.build/Debug-iphonesimulator/EasyHelp.build/Objects-normal/x86_64/EasyHelp_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -objc_abi_version -Xlinker 2 -fobjc-arc -fobjc-link-runtime -ObjC -lCocoaAsyncSocket -lDoubleConversion -lFBReactNativeSpec -lFirebaseCore -lFirebaseCoreDiagnostics -lFirebaseInstallations -lFirebaseMessaging -lFirebaseStorage -lFlipper -lFlipper-DoubleConversion -lFlipper-Folly -lFlipper-Glog -lFlipper-PeerTalk -lFlipper-RSocket -lFlipperKit -lGTMSessionFetcher -lGoogleDataTransport -lGoogleUtilities -lPromisesObjC -lRCT-Folly -lRCTTypeSafety -lRNCAsyncStorage -lRNCCheckbox -lRNCMaskedView -lRNCPicker -lRNCPushNotificationIOS -lRNDeviceInfo -lRNFBApp -lRNFBMessaging -lRNFBStorage -lRNGestureHandler -lRNImageCropPicker -lRNReanimated -lRNSVG -lRNScreens -lRNVectorIcons -lReact-Core -lReact-CoreModules -lReact-RCTAnimation -lReact-RCTBlob -lReact-RCTImage -lReact-RCTLinking -lReact-RCTNetwork -lReact-RCTSettings -lReact-RCTText -lReact-RCTVibration -lReact-cxxreact -lReact-jsi -lReact-jsiexecutor -lReact-jsinspector -lReact-perflogger -lReactCommon -lTOCropViewController -lYoga -lYogaKit -lglog -llibevent -lnanopb -lreact-native-mail -lreact-native-safe-area-context -lsqlite3 -lstdc++ -lz -framework AudioToolbox -framework CFNetwork -framework CoreTelephony -framework Foundation -framework JavaScriptCore -framework MobileCoreServices -framework OpenSSL -framework Photos -framework Security -framework SystemConfiguration -framework UIKit -weak_framework UserNotifications -ObjC -lc++ -Xlinker -sectcreate -Xlinker __TEXT -Xlinker __entitlements -Xlinker /Users/hong-gilseong/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Intermediates.noindex/EasyHelp.build/Debug-iphonesimulator/EasyHelp.build/EasyHelp.app-Simulated.xcent -lPods-EasyHelp -Xlinker -no_adhoc_codesign -Xlinker -dependency_info -Xlinker /Users/hong-gilseong/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Intermediates.noindex/EasyHelp.build/Debug-iphonesimulator/EasyHelp.build/Objects-normal/x86_64/EasyHelp_dependency_info.dat -o /Users/hong-gilseong/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Products/Debug-iphonesimulator/EasyHelp.app/EasyHelp
ProcessInfoPlistFile /Users/hong-gilseong/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Products/Debug-iphonesimulator/EasyHelp.app/Info.plist /Users/hong-gilseong/Desktop/EasyHelp/ios/EasyHelp/Info.plist (in target 'EasyHelp' from project 'EasyHelp')
cd /Users/hong-gilseong/Desktop/EasyHelp/ios
builtin-infoPlistUtility /Users/hong-gilseong/Desktop/EasyHelp/ios/EasyHelp/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/hong-gilseong/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Products/Debug-iphonesimulator/EasyHelp.app/PkgInfo -expandbuildsettings -format binary -platform iphonesimulator -additionalcontentfile /Users/hong-gilseong/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Intermediates.noindex/EasyHelp.build/Debug-iphonesimulator/EasyHelp.build/LaunchScreen-SBPartialInfo.plist -additionalcontentfile /Users/hong-gilseong/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Intermediates.noindex/EasyHelp.build/Debug-iphonesimulator/EasyHelp.build/assetcatalog_generated_info.plist -o /Users/hong-gilseong/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Products/Debug-iphonesimulator/EasyHelp.app/Info.plist
error: unable to read property list from file: /Users/hong-gilseong/Desktop/EasyHelp/ios/EasyHelp/Info.plist: The operation couldn’t be completed. (XCBUtil.PropertyListConversionError error 1.) (in target 'EasyHelp' from project 'EasyHelp')
WriteAuxiliaryFile /Users/hong-gilseong/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Intermediates.noindex/EasyHelp.build/Debug-iphonesimulator/EasyHelp.build/Script-00DD1BFF1BD5951E006B06BC.sh (in target 'EasyHelp' from project 'EasyHelp')
cd /Users/hong-gilseong/Desktop/EasyHelp/ios
write-file /Users/hong-gilseong/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Intermediates.noindex/EasyHelp.build/Debug-iphonesimulator/EasyHelp.build/Script-00DD1BFF1BD5951E006B06BC.sh
** BUILD FAILED **
The following build commands failed:
ProcessInfoPlistFile /Users/hong/Library/Developer/Xcode/DerivedData/EasyHelp-gqqsbdkrtlxrltdtkhcguluhwpfp/Build/Products/Debug-iphonesimulator/EasyHelp.app/Info.plist /Users/hong/Desktop/EasyHelp/ios/EasyHelp/Info.plist
I would really appreciate it if you could answer my question.
default
[ad_2]