ios - Adding Stripe Pod- linker error -


the pod installed properly. tried clean/build multiple times. header files included in bridging header. architectures include arm64 i'm still receiving error.

undefined symbols architecture x86_64: "_objc_class_$_stripe", referenced from:  __tmacso6stripe in appdelegate.o ld: symbol(s) not found architecture x86_64 clang: error: linker command failed exit code 1 (use -v see invocation) 

actually when ran pod install, didn't inherit path in

 other linker flags 

so manual fix adding

$(inherited) 

hope helps if encounter same problem.


Comments

Popular posts from this blog

1111. appearing after print sequence - php -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

Ruby on Rails, ActiveRecord, Postgres, UTF-8 and ASCII-8BIT encodings -