UnsafePointer<T>

Results 17 comments of UnsafePointer<T>

Yeah I've noticed this too when running tests in a computer that doesn't have all the required Xcode versions installed. What would you suggest instead of raising an exception? A...

Could be related to https://github.com/CocoaPods/Rome/pull/63, you can try disabling dsym generation or using the plugin from master with the fix.

@jugutier I tried to make this possible in https://github.com/CocoaPods/CocoaPods/pull/7588 but as you can see in the reply the problem is related to CocoaPods disabling integration. Your approach makes a lot...

I wonder why the build settings in the Pods projects doesn't exist. I'll try to reproduce this myself, meanwhile you can opt-out of dSYM generation with `dsym: false` in your...

@jamaalsawyerd I workaround'ed this by running `rsync` after `gssg`, something like: ```bash $ docker exec -it -u `id -u`:`id -g` $ghost_container_id rsync -av /var/lib/ghost/content/images/ /static/content/images/ ```

@janpio nothing more to add to my previous comment on this: https://github.com/fastlane/fastlane/pull/14486#issuecomment-477669173, as for the review, I can't take ownership of this as I don't own any Apple device anymore.

It would be cool to have an option to deintegrate amimono from the user project, this could be a useful command line option.

Thanks for suggesting this. I couldn't really find a good way to implement something like this, because this plugin requires to do changes to the user project after it has...

@igor-makarov did this ever work for you? I'm asking because you mentioned this library as an example of https://github.com/Ruenzuo/cocoapods-amimono/pull/30.