mtonio91 / AMSmoothAlert

Cool AlertView
MIT License
1.26k stars 158 forks source link

Cocoapods GPUImage #19

Closed badeleux closed 10 years ago

badeleux commented 10 years ago

Why in cocoapodspec you've added GPUImage framework if you have previously marked it as dependency, and resolving this dependency leads to downloading source of GPUImage, not framework.

natanrolnik commented 10 years ago

What is the fix for this?

badeleux commented 10 years ago

Removing GPUImage from frameworks list

mtonio91 commented 10 years ago

Hi, i can't currently update the pod on cocoapods because of their "trunk" new feature which will be available next week http://blog.cocoapods.org/CocoaPods-Trunk/

pull requests to update pods are currently disabled that's why https://twitter.com/CocoaPods/status/468786073477591041

RobinQu commented 10 years ago

After I pod install AMSmoothAlert (1.0), the build failed with:

ld: framework not found GPUImage
badeleux commented 10 years ago

It is why I asked about removing gpuimage from dependency. You have two solutions for now:

  1. Provide your own spec.
  2. Don't exclude Pods from git repository and manualy remove all refernces about GPUImage fw.
lennartstolz commented 10 years ago

Is this trunk feature still not running?

mtonio91 commented 10 years ago

Fixed : removed gpuimage from frameworks Thank you