There is no such module "Analysis" / "Bolts"

I am trying to import Parse and Bolts frames, but Xcode cannot build the project. I tried the following methods, but nothing works:

  • Create groups and copy folders.
  • Cleaning up the project and deleting the received data.
  • Import frameworks into the project and create links.

I am using Xcode 7.0 beta (swift 2.0). A screenshot of the same is attached.

enter image description here

Greetings and thanks in advance!

+4
source share
4 answers

I had the same error, and I wrote in support of parsing, and they told me that they would be updated for fast 2 when Xcode 7 exits the beta.

. Swift 2 Xcode 7 -. - Xcode iOS 9 , , , - 3 4. , . , Swift 2 Xcode 7: ! https://parse.com/help#report ".

+2

, cocoapods, parse.com docs ( XCode7 Swift2). use_frameworks!

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'

use_frameworks!

pod 'Bolts'
pod 'Parse'
+5

XCode 7 beta 6 7.1

Xcode doesn't seem to like it to import frameworks from a "relative" location (in this case, I imported the framework from the download folder)

I copied the libraries in the "Frameworks" directory and imported them into the project. From there they work.

0
source

I had the same problem.

I simply removed Parse Frameworks and added objective-c to those who have horse riding. Now it works.

0
source

All Articles