wimagguc / ios-custom-alertview

Custom UIAlertView. Continue adding images and UIViews to dialogs in iOS7+
Other
1.66k stars 394 forks source link

Hello #68

Closed lupugabriel closed 9 years ago

lupugabriel commented 9 years ago

I added this into my pod file. -> pod install.

When i run the app ->

ld: library not found for -lPods-CustomIOSAlertView

wimagguc commented 9 years ago

can you share more of your pod file? pod 'CustomIOSAlertView', '~> 0.9.3'worked for me just now, but I'm happy to take a look at yours.

lupugabriel commented 9 years ago

screen shot 2015-04-15 at 11 15 01

Hi there, thank for the answer!

screen shot 2015-04-15 at 11 15 53

And the error:

screen shot 2015-04-15 at 11 17 02

lupugabriel commented 9 years ago

screen shot 2015-04-15 at 11 17 56

wimagguc commented 9 years ago

are you opening the project with $ open Sell\ It.xcworkspace? Did it work before you added CustomIOSAlertView? What happens if you remove just that one line?

lupugabriel commented 9 years ago

Hello, i solved the problem yesterday. It was because of other pods: Nimbus. But the error was saying that it was because CustomIOSAlertView.

Thank you for support!

wimagguc commented 9 years ago

awesome :) thanks!