powersync-ja / powersync.dart

SDK that enables local-first and real-time reactive apps with embedded SQLite for Flutter/Dart clients
https://www.powersync.com
133 stars 18 forks source link

Problems building for iOS & MacOS #201

Closed selimb86 closed 2 weeks ago

selimb86 commented 3 weeks ago

Hello,

I had for several times problems with powersync while building for iOS & MacOS and I figured out to fix it.

But for some reason I am having a new issue that is blocking our work.

`error: Sandbox: rsync.samba(7250) deny(1) file-write-create /Users/user/Library/Developer/Xcode/DerivedData/Runner-gpmovhrhjyatacblksagvesaotqr/Build/Products/Debug-iphoneos/XCFrameworkIntermediates/powersync-sqlite-core/powersync-sqlite-core.framework/.Info.plist.LFtp5D (in target 'powersync-sqlite-core' from project 'Pods')

error: Sandbox: rsync.samba(7250) deny(1) file-write-create /Users/user/Library/Developer/Xcode/DerivedData/Runner-gpmovhrhjyatacblksagvesaotqr/Build/Products/Debug-iphoneos/XCFrameworkIntermediates/powersync-sqlite-core/powersync-sqlite-core.framework/.powersync-sqlite-core.XSLUdG (in target 'powersync-sqlite-core' from project 'Pods')`

Sandbox is set to NO and the project was working well yesterday. The only change since then is enabling fastlane which tried to build on its own but even after several cleans it is not working anymore.

selimb86 commented 2 weeks ago

It was due to cocoapods version that was changes after playing with gems to install fastlane,