Maarten Billemont

Results 78 comments of Maarten Billemont

It seems to me that Sentry-Dynamic is building an empty framework? ``` $ ( cd /Users/hubstaff/Library/Developer/Xcode/DerivedData/hubstaff-gzrfwrxonhprdsgrwcthjbfooayp/Build/Products/Debug-iphonesimulator/PackageFrameworks/Sentry-Dynamic.framework; find . ) . ./_CodeSignature ./_CodeSignature/CodeResources ./_CodeSignature/CodeDirectory ./_CodeSignature/CodeRequirements-1 ./_CodeSignature/CodeSignature ./_CodeSignature/CodeRequirements ./Info.plist ``` Build of...

I tried yesterday, but half-way through collecting facts around the issue my problem disappeared and the Sentry-Dynamic framework started receiving its binary. I could not find out what the repro...

> now I can remove the target: arg from increment_build_number_in_xcodeproj and it is updating them all it seems. Are you saying that omitting `target:` is causing the plugin to set...

Can you provide USM logs of what happens when you do this?

well, if you do a `setCloudDisabledAndOverwriteLocalWithCloudIfConfirmed:` to force a migration from cloud -> local, then do a `[self.ubiquityStoreManager deleteCloudContainerLocalOnly:YES];` you can always do a `setCloudEnabledAndOverwriteCloudWithLocalIfConfirmed:` any time later to migrate...

... or just `migrateCloudToLocal` and `migrateLocalToCloud`.

Sounds like a good idea, though I don't have the time on hands to implement it myself. I'm open to evaluating contributions, though.

In theory you should be able to make two UbiquityStoreManagers, each with their own store name. I have never tried using two USM instances in one application, though. "They have...

It really sounds like the data you're referencing belongs in the same store, though.. Also, don't you need any relations from objects from one store to objects from the other?

Let me know if I can provide any additional info to facilitate that; I'm not sure I'm up to the task of writing a PR though.