#Solved: NativePHP 1.3.1 Error updating /nativephp/ios/NativePHP/Info.plist: Attempt to read prop....

1 messages Β· Page 1 of 1 (latest)

next otter
#
βœ… 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! 

#
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
next otter
#

Solved: NativePHP 1.3.1 Error updating /nativephp/ios/NativePHP/Info.plist: Attempt to read prop....