我成功製作了'SayHello2'名字的可可豆儲存庫。 像這樣: 而且更新我的GitHub:SayHello2 Github Address 我覺得一切是正確的。但是當在cocoapods.org中搜索我的項目時找不到它。當嘗試添加該吊艙的Xcode項目得到這個錯誤: ,這是我的規格文件: #
# Be sure to run `pod lib lint SayHello2.podspec' t
我讀了一個關於POD,Trivial,Standard-layout類的nice article。但我有一個關於標準佈局類的規則的問題: 在大多數派生類中最多有一個非靜態數據成員,最多隻有一個基類有非靜態數據成員,或者沒有基類與非靜態數據成員 我寫了一個源代碼: #include <iostream>
struct A {
int a;
};
struct B {
i
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'ytl' do
# Uncomment the next line if you're using Swift or would like to use dynamic frame
當我把代碼: let databaseRef = FIRDatabase.database().reference()
我得到的錯誤: database() is unavailable use object construction FIRDatabase() 而且具有: let storageRef = FIRStorage.storage().reference()
我得到的錯誤: