katzer / cordova-plugin-local-notifications

Cordova Local-Notification Plugin
Apache License 2.0
2.56k stars 1.75k forks source link

Build Failed - iOS #409

Closed parsafatehi closed 9 years ago

parsafatehi commented 9 years ago

\ BUILD FAILED The following build commands failed: CompileC build/.build/Debug-iphonesimulator/**.build/Objects-normal/i386/APPLocalNotification.o _/Plugins/de.appplant.cordova.plugin.local-notification/APPLocalNotification.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler (1 failure) ERROR building one of the platforms: Error: /Users/parsaf/MobileApps/_/platforms/ios/cordova/build: Command failed with exit code 65 " You may not have the required environment or OS to build this project "

guanxun commented 9 years ago

Problem was in plugin files not being copied into platforms/ios/app_name/Plugins/. I manually copied them over and could build successfully.

katzer commented 9 years ago

The new 0.8.x release is a complete rewrite. If the issue still exists please reopen it.

You may also take a look into the new wiki.

Thanks!