β
Download complete.
π¦ File size: 7.9MB
π¦ Extracting ZIP contents...
ποΈZIP file extracted successfully.
π€ Copying libraries into Android project...
π Copying files (platform-aware)...
π§Ή Removing directory: /Users/macbookpro2017/Desktop/localdev/twetch-mobile-test/storage/android-temp
β¨ Android Libraries deployed and ready for action.
π Configuring code signing...
π Using development team: K6Q69PRJ9Z
β
Development team configured successfully!
Downloading iOS libraries... please wait!
π Downloading magical iOS PHP artifactsβ¦
100/100 [ββββββββββββββββββββββββββββ] 100% 1 s 26.0 MiB
π₯ Downloading: Download complete! π
β
Download complete.
π¦ File size: 32.6MB
π¦ Extracting ZIP contents...
ποΈ ZIP file extracted successfully.
π€ Copying libraries into iOS project...
β¨ iOS Libraries deployed and ready for action.
π NativePHP for Mobile installed successfully. Adventure awaits!
#Solved: NativePHP 1.3.1 Error updating /nativephp/ios/NativePHP/Info.plist: Attempt to read prop....
1 messages Β· Page 1 of 1 (latest)
macbookpro2017@MacBookPro:~/Desktop/localdev/twetch-mobile-test$ php artisan native:build -v
π» Installing Composer dependencies...
Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Dependency resolution completed in 0.001 seconds
Nothing to install, update or remove
Generating optimized autoload files
> post-autoload-dump: Illuminate\Foundation\ComposerScripts::postAutoloadDump
> post-autoload-dump: @php artisan package:discover --ansi
INFO Discovering packages.
laravel/pail .......................................................... DONE
laravel/sail .......................................................... DONE
laravel/tinker ........................................................ DONE
nativephp/mobile ...................................................... DONE
nesbot/carbon ......................................................... DONE
nunomaduro/collision .................................................. DONE
nunomaduro/termwind ................................................... DONE
80 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
π§Ή Removing unnecessary files & folders...
π¦ Bundling Laravel app...
β
Laravel app ZIP created successfully
π Created bundled.version file: DEBUG
π§Ή Removing app directory...
β
App directory removed
π Incrementing NATIVEPHP_APP_VERSION_CODE to 53
π Configuring Xcode project...
β
Project configured!
π Updating Info.plist files...
Error updating /Users/macbookpro2017/Desktop/localdev/twetch-mobile-test/nativephp/ios/NativePHP/Info.plist: Attempt to read property "string" on null
β
Info.plist files updated!
π Updating NativePHP.entitlements file...
β
NativePHP.entitlements file updated!
π¨ Checking app icon...
π No custom icon.png not found in public/ - using
default
π¨ Checking splash screens...
π No splash screen variants found in public/ - using default
π‘ Supported files: splash.png, splash-dark.png, [email protected], [email protected], [email protected], [email protected]
π Checking for GoogleService-Info.plist...
π± Found GoogleService-Info.plist
β
GoogleService-Info.plist copied to iOS bundle
βοΈ Updating Info.plist with OTA configuration...
The error here in a fresh installation for 1.3.1
π Updating Info.plist files...
Error updating /Users/macbookpro2017/Desktop/localdev/twetch-mobile-test/nativephp/ios/NativePHP/Info.plist: Attempt to read property "string" on null
.env
NATIVEPHP_APP_ID=com.twetch.mobile.test
NATIVEPHP_APP_VERSION="DEBUG"
NATIVEPHP_APP_VERSION_CODE=53
NATIVEPHP_DEVELOPMENT_TEAM=K6Q69PRJ9Z
NATIVEPHP_DEEPLINK_SCHEME=mysuperapp
Solved: NativePHP 1.3.1 Error updating /nativephp/ios/NativePHP/Info.plist: Attempt to read prop....