I have developed an app for iOS in which I have used MPMoviePlayerController to show videos.No issues there.The app works well.
Now I want to port the same app on Mac.I am a novice in Mac programming so I decided to search 'anything' which can help me port my app on mac and I got Chameleon.I tried the sample app 'MultiApple' and it worked but when I tried integrating in my app,it gives error like UIKit framework couldn't be found.
Somewhere I am doing a horrible mistake.
Can anybody please help me in this integration?