【发布时间】:2015-04-15 02:47:35
【问题描述】:
问题 1:
我正在关注this estimote tutorial 创建我自己的 Estimote 应用程序。但是出现了这个错误:
未知类型名称“ESTBeaconRegion”;你的意思是“CLBeaconRegion”吗?
如何解决?
我已经包含了标题和委托
#import <EstimoteSDK/EstimoteSDK.h>
@interface AppDelegate () <UIApplicationDelegate,CLLocationManagerDelegate,ESTBeaconManagerDelegate>
这是我的 podFile
# Uncomment this line to define a global platform for your project
platform :ios, '7.0'
target 'Tabster' do
pod 'EstimoteSDK', '3.1.0'
end
问题 2: 为什么框架以红色突出显示?
更新:(尝试 Juan Gonzalez 建议的示例应用)
【问题讨论】:
-
您好 Mustafa Ibrahim,我已经在 AppDelegate.m 文件中包含了“#import
”和“#import”AppDelegate.h”。 -
本题主要关注的是EstimoteSDK,和appdelegate没有任何关系
标签: objective-c xcode ibeacon estimote