syedhali / EZAudio

An iOS and macOS audio visualization framework built upon Core Audio useful for anyone doing real-time, low-latency audio processing and visualizations.
Other
4.94k stars 822 forks source link

CocoaPods add EZAudio in swift problem #284

Closed jidanyu closed 8 years ago

jidanyu commented 8 years ago

My project is swift based.ago,I use CocoaPods and swift objective-c bridge file to using EZAudio successfully. That's cool. EZAudio helped me quite a lot .Thanks. Today,when I want to add a swift written library via cocoapods using #Uncomment this line if you're using Swift

use_frameworks!

as needed, swift objective-c bridge file should never be used if I add "use_frameworks! "in podfile. then,"import EZAudio" at swift.file .Xcode complains that "Could not build Objective-C module 'EZAudio'".

am I describe things clearly?

ceeyang commented 6 years ago

@jidanyu Hi, I met the seam problem, can you told me how did you solve it ? thanks.

jidanyu commented 6 years ago

@ceeyang 这个问题时间有点长了,我不记得了。