skip to Main Content

Flutter: error Xcode: command PhaseScriptExecution failed with a nonzero exit code

I tried to run flutter after updating to the newest stable version Error output from Xcode build: ↳ ** BUILD FAILED ** Xcodes output: ↳ Writing result bundle at path: /var/folders/56/fc0b38hx7dv7ldxkbs9flh_m0000gn/T/flutter_tools.sDq2W5/flutter_ios_build_temp_dirGNvLvF/temporary_xcresult_bundle /usr/local/Caskroom/flutter/2.5.2/flutter/.pub-cache/hosted/pub.dartlang.org/platform-3.0.0/lib/src/interface/local_platform.dart:46:19: Error: Member not found: 'packageRoot'. io.Platform.packageRoot; // ignore:…

VIEW QUESTION

Build input file cannot be found on Xcode13.1 – Ios swift

Question for Building I'm using m1 mac machine. I trying to run my app no my device. But somehow an error message appeared saying, "Build input files cannot be found". Detailed: CopySwiftLibs /Users/evanlu/Library/Developer/Xcode/DerivedData/finwork-dbwrwhkrmlwsysdijoivlfbkytnc/Build/Products/Debug-iphoneos/finwork.app (in target 'finwork' from project 'finwork') cd…

VIEW QUESTION

Xcode – M1 Mac react-native iOS build error (in target 'RCT-Folly' from project 'Pods')

On an M1 Mac, with npm 8.3.1 & node 17.4, when I run npx react-native run-ios I receive 2 errors: The following build commands failed: CompileC /Users/Steven/Library/Developer/Xcode/DerivedData/HelloSteve-hghgfcwemhoaiacfwlophutqqzbh/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/Objects-normal/arm64/SysUio.o /Users/Steven/Documents/Projects/React Native/HelloSteve/ios/Pods/RCT-Folly/folly/portability/SysUio.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'RCT-Folly' from project 'Pods') CompileC…

VIEW QUESTION

AVPlayer / AVAudioPlayer – Play audio fileURL from iCloud Drive (work on simulator but not iPhone) + (OSStatus error -54.) – Ios swift

I'm making Audio Player. Importing file from iCloud Drive using .fileImporter. I get file URL that looks like this: file:///private/var/mobile/Library/Mobile%20Documents/com~apple~CloudDocs/_Storage/Audio-books/%D0%91%D1%80%D0%B5%D0%BD%D0%B4%D1%8F%D1%82%D0%B8%D0%BD%D0%B0/Audiobook.mp3" Then I pass it to audio player (tried AVPlayer and AVAudioPlayer). Both works on iOS simulator. On the device after…

VIEW QUESTION
Back To Top
Search